Q3TranslateTransform_Submit
You can use theQ3TranslateTransform_Submit
function to submit a translate transform without creating an object or allocating memory.
TQ3Status Q QranslateTransform_Submit ( const TQ3Vector3D *translate, TQ3ViewObject view);
translate
- A vector whose three fields specify the desired translation along each coordinate axis.
view
- A view.
DESCRIPTION
TheQ3TranslateTransform_Submit
function pushes the translate transform specified by thetranslate
parameter on the view transform stack of the view specified by theview
parameter. The function returnskQ3Success
if the operation succeeds andkQ3Failure
otherwise.SPECIAL CONSIDERATIONS
You should call this function only in a submitting loop.